Open
Conversation
Owner
|
先不合并了,下个版本专门基于fastapi设置api框架,目前这个项目结构不太适合做#59 |
Author
|
ok,等你上线这个功能,目前这个也是用fastapi做的rest,主要目前有这个需求,我先用我修改后的一段时间,等你这边功能有了再换过来 |
Author
再提个小需求,云盘存在封控风险,希望配置里增加个开关,有些id可以选择不定时跑,这样本地跑完的strm,传到云盘后,只需要修改本地strm文件里的内容就可以了,减少云盘的扫描,降低封控 |
Owner
|
目前我的想法两种触发方式,一种是cron定时出发,然后就是api请求触发,可以任选其一或者两个都选 |
Author
下午又看了一下,现有的功能里,可以不配置cron,这样就不会定时启动了,后面增加api之后,就可以满足单定时,或api触发,或两个都有,这种的话会比较灵活,能满足更多的需求 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
希望mp整理完成或者网盘转存完成后,自动发送rest请求,去更新strm文件,所以增加了个api接口

